home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / misc / date2day.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  1.7 KB  |  55 lines

  1. Short:  Date2day
  2. Author: Armin.Obersteiner@giga.or.at
  3.  
  4. --
  5. Description:
  6.  
  7.     Once upon a time I searched for a program to calculate the weekday out of
  8.     a numreic date. I found a SHAREWARE program with GUI to do so ???!
  9.     Whats up? There is absolutely no engenius a-logarithm (internal joke :)
  10.     behind this! So use this as FREEWARE, just mention my name if you
  11.     use it in your programs ...
  12.  
  13. --
  14. date2day template:
  15.  
  16.     input: <int> day,month,year
  17.     output:<int> 0,1-7
  18.  
  19.     0: error (before 1.1.1801 - this should be enough
  20.              if somebody knows a "day" before that please mail it to me)
  21.  
  22.     1-7: Monday-Sunday
  23.  
  24. --
  25. d2d example:
  26.  
  27. >> d2d
  28. USAGE: d2d <day>.<month>.<year>
  29.        example: d2d 27.3.1995
  30.        first usable date: 1.1.1801
  31. >> d2d 27.3.1995
  32. Monday
  33. >> d2d 29.2.1995
  34. Date NOT valid !!
  35. >>
  36.  
  37.  
  38. ============================= Archive contents =============================
  39.  
  40. Original  Packed Ratio    Date     Time    Name
  41. -------- ------- ----- --------- --------  -------------
  42.     8052    4993 37.9% 10-Apr-95 00:08:12  d2d
  43.      814     492 39.5% 10-Apr-95 00:11:16  date2day.doc
  44.     1202     554 53.9% 10-Apr-95 00:03:38  src/gcc/d2d.c
  45.     1670     627 62.4% 09-Apr-95 23:42:46  src/gcc/date2day.c
  46.      463     248 46.4% 09-Apr-95 23:47:40  src/gcc/date2day.h
  47.      969     566 41.5% 09-Apr-95 23:15:44  src/gcc/date2day.o
  48.     1156     529 54.2% 10-Apr-95 00:04:06  src/maxon_c/d2d.c
  49.     1670     627 62.4% 09-Apr-95 23:42:46  src/maxon_c/date2day.c
  50.      482     261 45.8% 09-Apr-95 23:43:34  src/maxon_c/date2day.h
  51.     1052     567 46.1% 09-Apr-95 23:44:32  src/maxon_c/date2day.o
  52.       84      59 29.7% 10-Apr-95 00:08:10  src/maxon_c/makefile
  53. -------- ------- ----- --------- --------
  54.    17614    9523 45.9% 11-Apr-95 23:52:38   11 files
  55.